home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 3-076 stacker 31 / 1.ima / README.TXT < prev    next >
Encoding:
Text File  |  1993-06-03  |  33.1 KB  |  754 lines

  1. Stacker 3.1 for Windows and DOS - Late Breaking News
  2.  
  3. This document contains information not included in the Stacker 3.1
  4. Supplement or the Stacker for Windows & DOS User's Guide. If you're 
  5. using any unique software with your system, such as Super PC-Kwik
  6. Cache, see the Stacker Setup Help.
  7.  
  8. To get Stacker help from Windows:
  9.  
  10. 1   Double-click the Stacker Setup icon.
  11. 2   Press F1.
  12. 3   Click Contents.
  13. 4   Click Software Considerations.
  14.  
  15. To get Stacker help from DOS:
  16.  
  17. 1   Change to the Stacker directory and type SETUP.
  18. 2   Press F1.
  19. 3   Press ENTER to choose the Index.
  20. 4   Press TAB to select Software Considerations and press
  21.       ENTER.
  22.  
  23. IMPORTANT:  IT IS A GOOD IDEA TO PRINT THIS README.TXT FILE SO YOU
  24. CAN REFER TO IT EASILY.
  25.  
  26.                     TABLE OF CONTENTS
  27.  
  28. 1.0     Stacker 3.1 and MS-DOS 6 Preloading
  29.  
  30. 2.0     The STACKER.INI File
  31.  
  32.         2.1     STACKER.INI Structure
  33.         2.2     General Syntax rules
  34.         2.3     Switches
  35.         2.4     Mounting Parameters
  36.         2.5     Editing your STACKER.INI File
  37.         2.6     Example for a Single Stacker Drive
  38.         2.7     Example for Multiple Stacker Drives
  39.  
  40. 3.0     Converting DoubleSpace Disks Outside of Setup
  41.  
  42.         3.1     DCONVERT Syntax
  43.         3.2     Converting an Unmounted DoubleSpace Drive
  44.                 3.2.1  Mounting a Stacker Drive Temporarily
  45.                 3.2.2  Mounting a Stacker Drive Permanently
  46.         3.3     Converting a Removable Disk Compressed with DoubleSpace
  47.         3.4     Interrupted Conversion
  48.  
  49. 4.0     File Duplication on Compressed and Uncompressed Drives
  50.         
  51.         4.1     Duplication Required by Stacker 3.1
  52.         4.2     Duplication Not Required after Upgrading from
  53.                 Earlier Stacker
  54.  
  55. 5.0     Doubling the Capacity of RAM Drives
  56.  
  57. 6.0     Using Stacker for OS/2 & DOS with Stacker 3.1
  58.  
  59. 7.0     MS-DOS Command Equivalents
  60.  
  61. 8.0     Upgrading Stacker 3.1 on a Startup Disk That is Mounted
  62.         Replaced
  63.  
  64. 9.0     Compatibility Issues
  65.  
  66.         9.1     Using Anti-Virus Programs
  67.         9.2     Using NetX with Stacker 3.1 (Novell Networks)
  68.         9.3     Using the Adaptec Controller with Stacker 3.1 and DOS 6
  69.         9.4     Using Norton Utilities version 7.00
  70.  
  71.  
  72. STACKER 3.1 FOR WINDOWS & DOS  README.TXT
  73.  
  74. 1.0     Stacker 3.1 and MS-DOS 6 Preloading
  75.  
  76.         Prior to DOS 6, changes to your system configuration were
  77.         were specified in the CONFIG.SYS file. MS-DOS 6 loads
  78.         DBLSPACE.BIN (a device driver) before it processes CONFIG.SYS.
  79.         As supplied with MS-DOS 6, DBLSPACE.BIN configures DoubleSpace
  80.         compression. Stacker 3.1 Setup modifies DBLSPACE.BIN to configure
  81.         Stacker 3.1 compression and serve as a Stacker device driver 
  82.         instead. Then it creates a hidden file named STACKER.INI to 
  83.         provide Stacker configuration information to DBLSPACE.BIN.
  84.  
  85.         At start up, MS-DOS 6 preloads and processes DBLSPACE.BIN
  86.         before it looks for any other file. DBLSPACE.BIN uses the
  87.         information in the STACKER.INI file to configure your system
  88.         and load the Stacker driver into memory. 
  89.  
  90. 2.0     The STACKER.INI File
  91.  
  92.         The STACKER.INI file contains configuration information for the
  93.         Stacker device driver. It replaces the Stacker device driver
  94.         statements used in the CONFIG.SYS file in previous Stacker 
  95.         versions. STACKER.INI is a hidden file in the root directory of
  96.         your boot drive. 
  97.  
  98.         Setup creates STACKER.INI if it doesn't already exist and modifies
  99.         its contents if you create a Stacker drive on any device except a
  100.         floppy disk drive. Several Stacker commands update STACKER.INI
  101.         whenever they change the configuration of your system.
  102.  
  103.         Here's a sample STACKER.INI file:
  104.  
  105.            /P=1
  106.            /DIR=C:\STACKER\
  107.            C:\STACVOL.DSK,SW
  108.  
  109.         The /P switch controls how fast Stacker compresses data
  110.         when it puts it on the disk. The /DIR switch tells DOS where
  111.         to find the Stacker files. The last line loads the Stacker
  112.         drive and assigns a new drive letter. SW exchanges or swaps 
  113.         the drive letters, so the data is still referenced by the 
  114.         original drive letter.
  115.  
  116.         NOTE: Normally, you won't need to edit this file. Setup takes care
  117.         of the initial configuration and other commands keep STACKER.INI
  118.         up to date.
  119.  
  120. 2.1     STACKER.INI Structure
  121.  
  122.         Each statement or switch in STACKER.INI appears on a separate
  123.         line. Switches appear at the beginning of the file, while all 
  124.         of the drive specifications appear at the end. The switches can 
  125.         be listed in any order. The order of the drive specifications is
  126.         the order in which drive letters are assigned.
  127.  
  128.         Section 2.5 explains how to edit your STACKER.INI file.
  129.  
  130. 2.2     General Syntax Rules
  131.  
  132.         Each line can contain one switch or drive specification. A drive
  133.         specification can be followed by a comma and a mounting parameter
  134.         (RP,SW, or NS). Switches can include spaces and tabs before or 
  135.         after "=", but not after "/". 
  136.  
  137.         You may want to modify the STACKER.INI file to change switches
  138.         or to cause other effects. 
  139.  
  140. 2.3     Switches
  141.  
  142.         The following switches may be found in the STACKER.INI file.
  143.  
  144.         *       Reserves a drive letter. If you convert DoubleSpace
  145.                 drives to Stacker drives or use Unstack to decompress
  146.                 data on a Stacker drive, Setup uses the * to
  147.                 maintain the previous drive letters. You can use *
  148.                 to force Stacker to assign specific drive letters
  149.                 CD-ROM drives or network drives, if necessary.
  150.                
  151.         /-AUTO  Turns off automounting for all removable
  152.                 drives. This saves about 2.7 KB in the driver.
  153.  
  154.         /BD=x   Specifies the base drive letter (x) from
  155.                 which to start Stacker drives. This appears if Stacker
  156.                 converted from DoubleSpace drives to maintain the
  157.                 DoubleSpace drive letter assignments. For example, if
  158.                 the first DoubleSpace drive was assigned to drive
  159.                 letter F, the switch /BD=F appears in STACKER.INI and 
  160.                 F is assigned to the first Stacker drive.
  161.  
  162.         /C or /C=n  Specifies the cluster size as the default (/C) or 
  163.                 4, 8, 16, or 32 KB. This value is established when the
  164.                 Stacker drive is created and must not be changed.
  165.  
  166.         /DIR=<stacker path>  Specifies the path where the
  167.                 Stacker software is located. This switch generally
  168.                 occurs at the top of the STACKER.INI file.
  169.  
  170.         /EMS    Indicates that Stacker's disk cache (up to 64 KB) should
  171.                 be stored in expanded memory, if any is available.
  172.  
  173.         /I-     Turns off Stacker's interceptor used with Novell
  174.                 networks.
  175.  
  176.         /LHF-   Turns off Stacker's normal clearing of the cache used
  177.                 by SmartDrive under MS-DOS 6 when any application ends.
  178.   
  179.         /M=n  Sets the cache memory size to n KB. Use any
  180.                 value between 1 and 64. The amount of driver
  181.                 memory required increases by whatever you specify
  182.                 up to a maximum of 64 KB for the cache (The /M
  183.                 switch has no effect if you use it with /EMS.)
  184.  
  185.         /P=n    Sets the compression tuning. Use any value between 0 and
  186.                 9. 0 turns compression tuning off decreasing memory 
  187.                 requirements by 4.4 KB. You'll have to restart your system
  188.                 to take advantage of any change in tuning if you change 
  189.                 between 0 and any other value. If no /P switch is included,
  190.                 Stacker uses /P=1.
  191.  
  192.                 Values 0 and 1 are the fastest, with standard compression.
  193.                 9 gets the best compression but takes a bit longer. Setup
  194.                 uses level 9 to get the best possible compression while 
  195.                 creating the Stacker drive.
  196.  
  197.         /Q-     Turns off normal quiet startup. This switch causes your
  198.                 Stacker drives and their uncompressed drives to be listed
  199.                 at Startup, along with other program and copyright 
  200.                 information.
  201.  
  202.         /RP=n   Sets the number of replaceable drives to reserve, in 
  203.                 addition to any specific drive specifications. 
  204.  
  205.         /SW=swap-pairs   Sets up multiple swapping that takes place after
  206.                 individual drives are mounted and swapped. If necessary, 
  207.                 use /SW to specify swapping to occur after all Stacker
  208.                 drives are mounted.
  209.  
  210.                 See the end of Section 2.4  Mounting Parameters for more
  211.                 details.
  212.  
  213.         /W-     Disables Windows permanent swap file pointer updating. By
  214.                 default, if Stacker detects a Windows permanent swap file
  215.                 on a disk that was swapped, Stacker searches through its 
  216.                 preset pattern for the Windows directory and places the
  217.                 full path of the Windows permanent swap file in SPART.PAR
  218.                 in the Windows directory. Once this is done (the first 
  219.                 time you restart your system after compressing the disks 
  220.                 that contain the permanent swap file), it really doesn't
  221.                 have to be done again unless you make drastic changes to
  222.                 your system. If you add this switch to the STACKER.INI 
  223.                 file, the search won't take place and you'll save a bit
  224.                 of time at startup.
  225.  
  226.                 NOTE: Stacker checks for a Windows permanent swap file
  227.                 every time you restart your system. You can include the
  228.                 /W- switch to shorten startup time even if you don't 
  229.                 have Windows.
  230.  
  231.         /W=<directory>  Names the directory that contains your permanent 
  232.                 swap file pointer (SPART.PAR). Use this switch if your
  233.                 directory has an unusual name or isn't on the default
  234.                 path that Stacker searches. If Windows can't find its 
  235.                 permanent swap file after you compress a disk, add this
  236.                 switch and restart your system. This switch tells Stacker
  237.                 exactly where to find the SPART.PAR file, saving a bit
  238.                 of time on startup. Replace it with /W- after Windows 
  239.                 finds its swap file.
  240.  
  241.         /W+<directory>  Names the directory that contains your permanent
  242.                 swap file. Use it if your directory has an unusual name
  243.                 or isn't on the default path that Stacker searches. It
  244.                 causes Stacker to search its regular default path and
  245.                 find this one too, just in case you have multiple swap
  246.                 files. This switch actually lengthens the search, but 
  247.                 ensures that it finds all the files.
  248.  
  249. 2.4     Mounting Parameters
  250.  
  251.         The following parameters appear after a STACVOL statement that 
  252.         specifies a Stacker drive. These parameters specify the mounting
  253.         method for the Stacker drive. A comma precedes each one.
  254.  
  255.         RP      Mount replaced. Useful for removable and RAM disks.
  256.  
  257.         NS      Mount without swapping, using the next available drive
  258.                 letter. Used for additional Stacker drives on the same
  259.                 original disk.
  260.  
  261.         SW      Mount swapped, using the next available drive letter.
  262.                 Used for the first Stacker drive on a fixed disk.
  263.  
  264.         To set up swapping to occur after all Stacker drives are mounted,
  265.         use the /SW switch. To set up multiple swapping, use a line like
  266.         this:
  267.  
  268.            /SW = jk mn xy
  269.  
  270.         After mounting all drives, Stacker will swap drives in pairs:
  271.         J: with K:, M: with N:, X: with Y:, and so on, up to 26 swaps.
  272.         Most users don't need multiple swapping, because the mounting 
  273.         parameter "sw" on the STACVOL line handles swapping on an 
  274.         individual drive basis. If you use the /SW = switch, put it at
  275.         the TOP of the file along with the other switches. It will be
  276.         processed after all the drives have been mounted.
  277.  
  278.        
  279. 2.5     Editing Your STACKER.INI File
  280.  
  281.         STACKER.INI is located in the root directory of your
  282.         uncompressed boot drive. To edit it with your usual text editor,
  283.         first change the hidden attribute. Alternatively, Stac provides
  284.         the STACINI editor for you to use.
  285.  
  286.         1   At the DOS prompt, type STACKER and press ENTER.
  287.         2   Note the drive letter of STACVOL.DSK listed for drive C.
  288.         3   At the DOS prompt, type STACINI drive: where drive: is the 
  289.               letter identified in step 2.
  290.         4   When the lines of the file appear, edit as required (see
  291.                the switches in the following section).
  292.         5   Press Ctrl-Z to save the file.
  293.         6   Restart your computer to put any changes into effect.
  294.  
  295. 2.6     Example for a Single Stacker Drive
  296.  
  297.         The sample computer has a single hard drive and expanded memory.
  298.         The STACKER.INI file created by Express Setup contains these lines:
  299.  
  300.          
  301.           /DIR=C:\STACKER\     | Where Stacker files are stored
  302.           /P=1                 | The default compression tuning (fastest
  303.                                |   speed with standard compression)
  304.           /EMS                 | Puts the Stacker cache in expanded memory
  305.           C:\STACVOL.DSK,SW    | The location of the Stacker drive; SW 
  306.                                |   swaps the drive letters
  307.  
  308.         After this file is processed, drive C holds the compressed data 
  309.         and drive D holds uncompressed data and the STACVOL file.
  310.  
  311. 2.7     Example for Multiple Stacker Drives
  312.  
  313.         Suppose a computer has two fixed disks. You create these Stacker 
  314.         drives: 
  315.  
  316.            - One Stacker drive compresses all the data on drive C. 
  317.            - One Stacker drive compresses data on drive D, leaving 
  318.                about 40 MB free space. 
  319.            - One Stacker drive uses the free space left on D.
  320.            - One Stacker drive in floppy drive B
  321.            - A Stacker RAM drive.
  322.  
  323.         You expect to use drive A with manually mounted Stacker drives.
  324.         The STACKER.INI file might contain these lines:
  325.  
  326.            /DIR=C:\STACKER\   | Where Stacker files are stored
  327.            /P=5               | Compression tuning (more compression
  328.                               |   and a bit less speed)
  329.            /EMS               | Puts the Stacker cache in expanded memory
  330.            /RP=1              | One removable drive (for A)
  331.            /BD=H              | Starts assigning new letters at H
  332.                               |   (inserted by DoubleSpace conversion)
  333.            B:\STACVOL.DSK,RP  | Specifies automount for drive B, replaced
  334.            C:\STACVOL.DSK,SW  | Stacker drive on C, swapped 
  335.            D:\STACVOL.DSK,SW  | Stacker drive on D, swapped
  336.            D:\STACVOL.000,NS  | Second Stacker drive on D, not swapped
  337.            E:\STACVOL.DSK,RP  | Stacker RAM drive, replaced
  338.  
  339.         After STACKER.INI is processed, these are the drive letter:
  340.  
  341.            C   Stacker drive
  342.            D   Stacker drive created first on E (from existing data)
  343.            E   Stacker RAM drive 
  344.            F   DOES NOT EXIST
  345.            G   DOES NOT EXIST
  346.            H   Uncompressed drive containing the STACVOL file for 
  347.                   Stacker drive C
  348.            I   Uncompressed drive containing STACVOL files for Stacker 
  349.                   drives D and E
  350.            J   Stacker drive created second on E (from free space)
  351.         
  352.         Typing STACKER at the DOS prompt gets this result:
  353.  
  354.           Drive A: was Drive A: at boot time
  355.           Drive B: was Drive B: at boot time [Auto-mounting Stacker drive]
  356.           Drive C: was Drive C: at boot time [H:\STACVOL.DSK = size]
  357.           Drive D: was Drive D: at boot time [I:\STACVOL.DSK = size]
  358.           Drive E: was Drive E: at boot time [E:\STACVOL.DSK = size]
  359.           Drive F: was Drive F: at boot time 
  360.           Drive G: was Drive G: at boot time 
  361.           Drive H: was Drive H: at boot time 
  362.           Drive I: was Drive I: at boot time 
  363.           Drive J: was Drive J: at boot time [I:\STACVOL.000 = size]
  364.       
  365. 3.0    Converting DoubleSpace Disks Outside of Setup
  366.  
  367.     Stacker 3.1 Setup automatically converts any mounted DoubleSpace
  368.     drives to Stacker drives. It does not convert any removable
  369.     disks or any DoubleSpace drives on the fixed disk that are not 
  370.     mounted.
  371.  
  372.     You can use the DCONVERT command outside of Setup to convert 
  373.     DoubleSpace removable disks or unmounted DoubleSpace
  374.     disks to Stacker drives. The process is the same for both.
  375.         You must run DCONVERT under DOS, rather than under Windows.
  376.  
  377.         IMPORTANT: IF YOU USE DCONVERT, LET IT RUN TO COMPLETION. DO NOT
  378.         INTERRUPT THE PROCESS.
  379.  
  380. 3.1     DCONVERT Syntax
  381.  
  382.                 DCONVERT /C dblspace-volume-name [/M]
  383.             or
  384.                 DCONVERT /G dblspace-volume-name stacker-volume-name [/M]
  385.     
  386.         /C dblspace-volume-name 
  387.  
  388.                 Converts the named DoubleSpace volume to a Stacker drive.
  389.                 If you don't include a drive letter in the path, a file of 
  390.                 that name on the current drive is converted.
  391.  
  392.         /G dblspace-volume-name stacker-volume-name
  393.  
  394.                 Generates a new Stacker volume by copying the named 
  395.                 DoubleSpace volume to a new Stacker volume. It doesn't
  396.                 change the existing DoubleSpace volume. If you omit the 
  397.                 drive letter in either volume-name, the current disk is
  398.                 used. 
  399.  
  400.         /M      For use on a monochrome monitor.
  401.  
  402.         Use /C to convert a DoubleSpace volume into a Stacker volume.
  403.         Run CHKDSK on the uncompressed drive before converting the
  404.         DoubleSpace volume. 
  405.         Use /G to copy a DoubleSpace volume, then convert the copy. 
  406.  
  407.         DCONVERT needs some working space on a disk to convert it, as much
  408.         as 1 MB depending on the situation. If it runs out of space, you'll
  409.         see a WRITE ERROR. There is no problem. Just use /G instead to make
  410.         a converted copy of the DBLSPACE file on a different disk. Then use
  411.         COPY to transfer the resulting STACVOL file if you want it on a 
  412.         removable disk.
  413.  
  414. 3.2     Converting an Unmounted DoubleSpace Drive
  415.  
  416.         Suppose DoubleSpace drive D was unmounted when you ran Stacker.
  417.         Setup. Setup won't convert it automatically. Drive D contains the 
  418.         hidden file DBLSPACE.000; use DIR drive: /AH to list hidden files
  419.         on any drive. To convert the drive, type:
  420.  
  421.                 DCONVERT /C D:\DBLSPACE.000
  422.  
  423.         The file is converted and renamed to STACVOL.DSK. DCONVERT does
  424.         not mount the drive, however. 
  425.  
  426. 3.2.1   Mounting a Stacker Drive Temporarily
  427.  
  428.         To mount a Stacker drive, type STACKER drive:, where drive is 
  429.         the disk that contains the STACVOL file. When you restart your
  430.         computer, this drive will be unmounted again.
  431.  
  432. 3.2.2   Mounting a Stacker Drive Permanently
  433.  
  434.         DCONVERT does not modify the STACKER.INI file when it is run 
  435.         outside of Setup. To cause a converted drive to be mounted when
  436.         you restart your system, edit the STACKER.INI file as described
  437.         in section 2.5 and add a drive specification line. For the example
  438.         in 3.2, you would type on a new line:
  439.  
  440.                 D:\STACVOL.DSK,SW 
  441.  
  442.         When you restart your computer, the drive is mounted along with
  443.         any other drives specified in STACKER.INI.
  444.  
  445. 3.3     Converting a Removable Disk Compressed with DoubleSpace
  446.  
  447.         Insert the disk into a drive and type DIR drive: /AH to identify 
  448.         the name of the hidden DoubleSpace volume. Then type:
  449.  
  450.                 DCONVERT /C drive:\dblspace-volume-name
  451.  
  452.         The volume is converted and renamed to STACVOL.xxx. 
  453.  
  454. 3.3.1   Mounting Removable Drives
  455.  
  456.         The first time you use Stacker Setup to create a Stacker drive 
  457.         in a removable drive, Setup specifies that drive in STACKER.INI
  458.         so that Stacker drives in it are mounted automatically. 
  459.  
  460.         If you don't intend to create Stacker drives in a removable drive,
  461.         you can use the techniques in 3.2.1 or 3.2.2 to mount your Stacker
  462.         drives.
  463.  
  464. 3.3.2   Allowing for More Removable Drives
  465.  
  466.         By default, Setup allows for one removable drive, which includes
  467.         RAM drives. If you expect to use more, edit the STACKER.INI file
  468.         (section 2.5) and add /RP=n, where n is the number of removable
  469.         drives you want allowed. 
  470.  
  471.         If you include a drive specification (such as B:\STACVOL.DSK,RP)
  472.         in the STACKER.INI file, /RP isn't needed for that drive.
  473.  
  474. 3.4     Interrupted Conversion
  475.  
  476.         Once you start DCONVERT, let it continue until it is finished. 
  477.         If the power is interrupted, here is how to recover your data.
  478.  
  479.         1.  Restart your computer and mount the disk if necessary.
  480.         2.  Run CHKDSK.
  481.             a.  If there is no problem, use DIR /AH to check the disk's 
  482.                 directory. If a STACVOL file exists and is smaller than
  483.                 the DBLSPACE file, delete the small STACVOL file and
  484.                 run DCONVERT again.
  485.             b.  If there is a cross linkage, CHKDSK can't fix it. Run a 
  486.                 disk repair utility to clear it up, which unlinks the 
  487.                 STACVOL file. Then delete the STACVOL file and run
  488.                 DCONVERT again.
  489.             c.  If there is size mismatch, let CHKDSK fix it. Then delete
  490.                 the smaller of STACVOL.DSK or DBLSPACE.DSK. 
  491.                 If you deleted STACVOL.DSK, run DCONVERT again. 
  492.                 If you deleted DBLSPACE.DSK, the volume was converted.
  493.  
  494. 4.0     Files Duplicated on Both Compressed and Uncompressed Drives
  495.  
  496.         Stacker requires that certain files be stored in two places,
  497.         for startup and recovery purposes. The requirements are different
  498.         for Stacker 3.1 under MS-DOS 6 than for versions of Stacker that
  499.         don't use preloading.
  500.  
  501. 4.1     Duplication Required by Stacker 3.1
  502.     
  503.         The following files must be stored in the compressed startup drive
  504.         and its uncompressed startup drive. If you remove any of them,
  505.         your system may not be able to start or they won't be available
  506.         if you need technical support.
  507.  
  508.             MS-DOS 6 Files              Stacker Files
  509.             --------------              ---------------
  510.               MSDOS.SYS  (hidden)         STACKER.COM
  511.               IO.SYS  (hidden)            SYSINFO.EXE
  512.               DBLSPACE.BIN  (hidden)      CONFIG.EXE
  513.               COMMAND.COM                 CHECK.EXE
  514.               ATTRIB.EXE
  515.               CHKDSK.EXE   
  516.  
  517. 4.2     Duplication Not Required After Upgrading From an Earlier Stacker
  518.  
  519.         Under Stacker 2.0 and Stacker 3.0 for Windows & DOS, all files
  520.         referred to in the CONFIG.SYS and AUTOEXEC.BAT files were stored
  521.         on both the compressed and uncompressed startup drives. Stacker
  522.         kept the files synchronized to make sure they were the same in
  523.         both locations. This ensured that DOS could find the files it 
  524.         needed during startup. 
  525.  
  526.         Upgrading to Stacker 3.1 and MS-DOS 6 preloading means that any 
  527.         drive letter switching is finished by the time DOS processes the
  528.         CONFIG.SYS and AUTOEXEC.BAT files, so any files can be stored only
  529.         on the compressed drive. If you wish to conserve space on your
  530.         uncompressed startup drive, you can delete those files. Don't 
  531.         remove them from the compressed startup drive (C).
  532.  
  533. 5.0     Doubling the Capacity of RAM Drives
  534.  
  535.         RAM drives are created in the CONFIG.SYS file. To automatically
  536.         double the capacity of a RAM drive, you can include an SCREATE.SYS
  537.         device statement following the line that creates the RAM drive. 
  538.         This example creates a 4 MB RAM drive and doubles its capacity:
  539.  
  540.             DEVICE=C:\DOS\RAMDRIVE.SYS 4086 /A
  541.             DEVICE=C:\STACKER\SCREATE.SYS E:
  542.  
  543.         The SCREATE.SYS driver command must include the drive letter of
  544.         the RAM drive. SCREATE doesn't remain in memory.
  545.  
  546.         You can mount the RAM drive in any of the usual ways. If your
  547.         RAM drive is H: edit STACKER.INI and add E:\STACVOL.DSK,RP for
  548.         automatic mounting. If you have enough removable drives allocated,
  549.         you can include STACKER E: in the AUTOEXEC.BAT file or type
  550.         STACKER E: at the DOS prompt. 
  551.  
  552.         NOTE: If the SCREATE line follows the line that loads STACHIGH,
  553.         Stacker can't mount a RAM drive from STACKER.INI. You'll have
  554.         to mount it manually with STACKER drive:. To let STACKER.INI
  555.         mount the RAM drive, edit your CONFIG.SYS file and move the 
  556.         lines that create and double the RAM drive to a position before
  557.         the line that loads STACHIGH.
  558.  
  559. 6.0     Using Stacker for OS/2 & DOS 6.0 and Stacker 3.1
  560.  
  561.         If you use these two versions of Stacker, you have to be careful
  562.         to use Stacker commands from the appropriate version to 
  563.         perform certain functions. Check the README file for Stacker for 
  564.         OS/2 & DOS for all the details. 
  565.  
  566. 7.0     MS-DOS Command Equivalents
  567.  
  568.         If you type a compression-related DOS command for a Stacker drive,
  569.         Stacker's command is automatically run. You don't have to remember
  570.         both the DOS and Stacker commands. The equivalent commands are
  571.         listed below.
  572.  
  573.         DOS Command                     Stacker Equivalent
  574.         -------------                   --------------------- 
  575.         CHKDSK (and all parameters)     CHECK (and same parameters)
  576.  
  577.         DBLSPACE/CHK                    CHECK
  578.  
  579.         DBLSPACE/DEF                    SDEFRAG
  580.  
  581.         DBLSPACE/LIST                   STACKER
  582.  
  583.         DBLSPACE/MO drive:              STACKER drive:
  584.  
  585.         DBLSPACE/U drive:               STACKER -drive:
  586.  
  587.         DIR/C                           SDIR
  588.         DIR/C/P                         SDIR/P
  589.         DIR/C/H                         SDIR/H
  590.         DIR/C/W                         SDIR/W
  591.  
  592.         DEFRAG                          SDEFRAG
  593.         DEFRAG/F                        SDEFRAG
  594.         DEFRAG/U                        SDEFRAG/Q
  595.         DEFRAG/B                        SDEFRAG
  596.         DEFRAG/SN                       SDEFRAG/SN
  597.         DEFRAG/SE                       SDEFRAG/SE
  598.         DEFRAG/SD                       SDEFRAG/SD
  599.         DEFRAG/SS                       SDEFRAG/SS
  600.         DEFRAG/LCD                      SDEFRAG/M
  601.         DEFRAG/BW                       SDEFRAG/M
  602.         DEFRAG/CO                       SDEFRAG
  603.         DEFRAG/SKIPHIGH                 SDEFRAG
  604.  
  605.         FORMAT/S                        Copies the Stacker-modified
  606.                                         DBLSPACE.BIN to the formatted disk.
  607.  
  608.         SYS                             Copies the Stacker-modified
  609.                                         DBLSPACE.BIN to the formatted disk.
  610.  
  611. 8.0     Upgrading Stacker 3.1 on a Startup Disk That is Mounted Replaced
  612.         
  613.         Your startup disk must not be mounted replaced; that is, it
  614.         must have an uncompressed drive that uses a different drive
  615.         letter. The Stacker files cannot be stored on a disk that is
  616.         mounted replaced. If the files are stored on a Stacker drive,
  617.         Stacker Setup assumes that it is not mounted replaced.
  618.  
  619.         If you try to upgrade Stacker on a startup disk, that is
  620.         mounted replaced, a message lets you know about the problem.
  621.         Press F1 at that point to get full details on correcting the
  622.         problem. 
  623.  
  624. 9.0     Compatibility Issues
  625.  
  626.         A few hardware and software setups interfere with MS-DOS 6 and
  627.         Stacker functioning.
  628.  
  629. 9.1     Using Anti-Virus Programs
  630.  
  631.         DURING SETUP
  632.  
  633.         Many anti-virus programs interfere with Stacker Setup. Before
  634.         you run Stacker Setup, disable or unload any anti-virus programs.
  635.         If you let Setup restart your computer, it disables all TSRs and
  636.         restores them at the end of Setup.
  637.  
  638.         DURING UNSTACK AND RECOMPRESSING
  639.  
  640.         You'll also have to disable the anti-virus programs if you
  641.         use UNSTACK or if you use SDEFRAG to recompress all the data
  642.         on a disk. 
  643.  
  644.         FAILURE TO LOAD
  645.         
  646.         Norton AntiVirus from Norton Desktop for Windows 2.2 fails 
  647.         to load if all the following conditions occur together:
  648.          - 386-MAX version 6.02 is in use (but not 6.01 or 6.03)
  649.          - STACHIGH.SYS is loaded high using 386MAX's 386LOAD.SYS
  650.              program (not using DOS's DEVICEHIGH)
  651.          - NAV&.SYS is loaded after STACHIGH.SYS
  652.  
  653.         The easiest way to make NAV&.SYS load is to use DEVICEHIGH instead
  654.         of 386LOAD.SYS.    
  655.  
  656. 9.2     Using NetX with Stacker 3.1 (Novell Networks)
  657.         
  658.         As installed, Stacker's redirection of DOS compression
  659.         related commands to their Stacker equivalents is not effective
  660.         when NetX is running. To make it effective, turn off the inter
  661.         ceptor by adding /I- to your STACKER.INI file. Then add Stacker's 
  662.         REDIRECT command (it has no options) to the end of your 
  663.         AUTOEXEC.BAT file. 
  664.  
  665.         If you prefer not to run REDIRECT, use the Stacker commands
  666.         when needed. For example, use SDEFRAG rather than DEFRAG to 
  667.         optimize a Stacker drive.
  668.  
  669. 9.3     Using the Adaptec SCSI Disk Controller with Stacker 3.1 and DOS 6
  670.  
  671.         If you are using an Adaptec 154x bus-mastering SCSI disk controller, 
  672.         be sure that Adaptec's ASPI (Advanced SCSI Programming Interface) 
  673.         manager is properly installed on your system.  Install the ASPI
  674.         DOS managers as well to help DOS communicate with the SCSI host
  675.         adapter more effectively and allow additional SCSI devices. You'll
  676.         need the ASPI DOS managers also:
  677.  
  678.         - To support programs that use virtual memory (such as Microsoft 
  679.             Windows 3.0 and 3.1, QEMM 386 and Qualitas 386MAX)
  680.  
  681.         - To support programs that write large amounts of data directly to
  682.              video memory (AHA-1540, 1542, and 1640 host adapters only)
  683.  
  684.         - When more than two hard disk drives are already installed 
  685.  
  686.         - To install a SCSI drive that is configured at a SCSI ID other
  687.             than 0 or 1
  688.  
  689.         - To install removable media such as a CD-ROM or tape backup drive
  690.  
  691.         For example, If you are using a AHA 1542/B, or 1542/C controller, 
  692.         the following lines should be included in your CONFIG.SYS file:
  693.  
  694.           FILES=40
  695.           BUFFERS=20
  696.           DEVICE=C:\DOS\HIMEM.SYS
  697.           DOS=HIGH,UMB
  698.           DEVICE=C:\DOS\EMM386.EXE NOEMS
  699.           DEVICE=C:\ADAPTEC\ASPI4DOS.SYS
  700.  
  701.         NOTE: Adaptec does not recommend loading the ASPI4DOS manager high
  702.         with the 154x/B card, but that is possible with the 1542/C model. 
  703.         See your Adaptec Software manual for further details regarding 
  704.         proper installation this and other ASPI  DOS manager software.
  705.  
  706.         Under certain conditions, use of an Adaptec controller with a
  707.         Stacker drive can make it appear as though your disk contains
  708.         no data even though the root directory is preserved. Your data
  709.         is intact.
  710.  
  711.         Stacker can work with the Adaptec controller if one of the
  712.         following is true:
  713.           - The /EMS switch is not used in STACKER.INI
  714.           - Double buffering is used
  715.           - ASPI4 DOS 6 is installed
  716.  
  717. 9.4     Using Norton Utilities version 7.00
  718.  
  719.         In most cases, Stacker drives work well with the Norton
  720.         Utilities. This section details the exceptions.
  721.  
  722.         To make a startup disk as suggested on page 4 of the
  723.         User's Guide Supplement, start with a Norton Rescue
  724.         disk rather than an MS-DOS 6 startup disk. Follow
  725.         these steps:
  726.         1.  Set up Stacker 3.1.
  727.         2.  Insert your Norton Rescue disk into drive A.
  728.         3.  At the DOS prompt, type SYS A: and press ENTER to
  729.             make the disk Stacker-aware.
  730.         4.  Relabel the disk "Stacker Startup Disk - Norton
  731.             Rescue" and put it away.
  732.  
  733.         Norton Disk Doctor is compatible with disks compressed
  734.         by Stacker. However, if you have converted a DoubleSpace
  735.         drive and not yet used SDEFRAG to recompress the data,
  736.         using Norton Disk Doctor may result in data loss. It's
  737.         a good idea to recompress your converted drives right 
  738.         away for better compression and to avoid this problem.
  739.  
  740.         Norton Safe Format, when used from a Stacker boot drive,
  741.         does not create a correct boot sector on the floppy disk
  742.         being formatted, so the disk can't be used for booting.
  743.         If you want to create bootable floppy disk, use the DOS 
  744.         FORMAT command instead.
  745.  
  746.         Make Disk Bootable utility does not copy DBLSPACE.BIN to the
  747.         floppy disk. If you want to create a bootable floppy disk,
  748.         use the DOS FORMAT or SYS command.
  749.  
  750.         
  751.  
  752.  
  753.  
  754.